←Select platform

RasterMarkerMetadata Constructor(int,byte[])

Summary
Initializes a new instance of the RasterMarkerMetadata class with the specified values.
Syntax
C#
VB
Objective-C
C++
Java
public RasterMarkerMetadata( 
   int id, 
   byte[] data 
) 
Public Function New( _ 
   ByVal id As Integer, _ 
   ByVal data() As Byte _ 
) 
- (instancetype)initWithId:(NSInteger)markerId  
                      data:(NSData *)data 
public RasterMarkerMetadata( 
  int id,  
  byte[] data 
) 
public: 
RasterMarkerMetadata(  
   int id, 
   array<byte>^ data 
) 

Parameters

id
The marker id.

data
The data for the marker.

Example

For an example, refer to RasterMarkerMetadata

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.